home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / ntkb.zip / NTKB.EXE / Q104 / 1 / 99.TXT < prev   
Text File  |  1993-09-29  |  2KB  |  53 lines

  1. DOCUMENT:Q104199  28-SEP-1993  [W_NT]
  2. TITLE   :AUTOEXEC.BAT Is Read by Windows NT
  3. PRODUCT :Windows NT
  4. PROD/VER:3.10
  5. OPER/SYS:WINDOWS
  6. KEYWORDS:
  7.  
  8. ----------------------------------------------------------------------
  9. The information in this article applies to:
  10.  
  11.  - Microsoft Windows NT operating system version 3.1
  12.  - Microsoft Windows NT Advanced Server version 3.1
  13. ----------------------------------------------------------------------
  14.  
  15. The AUTOEXEC.NT file incorrectly states that the AUTOEXEC.BAT file is
  16. not used to initialize environment variables under Windows NT. This is
  17. not true. The following is a section taken from the AUTOEXEC.NT:
  18.  
  19.    REM AUTOEXEC.BAT is not used to initialize the MS-DOS environment.
  20.    REM AUTOEXEC.NT is used to initialize the MS-DOS environment unless a
  21.    REM different startup file is specified in an application's PIF.
  22.  
  23. When a User logs on, the Path and Set commands to add environment
  24. variables from the AUTOEXEC.BAT file are appended to the Windows NT path
  25. and environment for the Command Prompt and any Virtual MS-DOS Machines
  26. (VDMs). By default, AUTOEXEC.NT and CONFIG.NT are also read each time you start an
  27. MS-DOS application.
  28.  
  29. NOTE: Country, Device, Dos, Fcbs, Files, Install, Loadhigh, Rem,
  30. Shell, and Stacks are all supported commands in CONFIG.NT. Any
  31. commands in CONFIG.NT that are not supported are ignored. Also, any
  32. device drivers which attempt to directly access hardware will not
  33. operate correctly in Windows NT.
  34.  
  35. Additional reference words: 3.10 W_NTAS
  36. KBCategory:
  37. KBSubcategory: mdos
  38.  
  39. =============================================================================
  40.  
  41. THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS
  42. PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND.  MICROSOFT DISCLAIMS
  43. ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES
  44. OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  IN NO
  45. EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR
  46. ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL,
  47. CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF
  48. MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE
  49. POSSIBILITY OF SUCH DAMAGES.  SOME STATES DO NOT ALLOW THE EXCLUSION
  50. OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES
  51. SO THE FOREGOING LIMITATION MAY NOT APPLY.
  52.  
  53. Copyright Microsoft Corporation 1993.